2008-08-12 Sven Neumann <sven@gimp.org>
* gtk/gtknotebook.c
* gtk/gtkradiotoolbutton.c: property nick and blurb should be
marked with P_(), not _().
svn path=/trunk/; revision=21091
+2008-08-12 Sven Neumann <sven@gimp.org>
+
+ * gtk/gtknotebook.c
+ * gtk/gtkradiotoolbutton.c: property nick and blurb should be
+ marked with P_(), not _().
+
2008-08-12 Michael Natterer <mitch@imendio.com>
* examples/gtkdial/gtkdial.c
*/
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("arrow-spacing",
- _("Arrow spacing"),
- _("Scroll arrow spacing"),
+ P_("Arrow spacing"),
+ P_("Scroll arrow spacing"),
0,
G_MAXINT,
0,
g_object_class_install_property (object_class,
PROP_GROUP,
g_param_spec_object ("group",
- _("Group"),
- _("The radio tool button whose group this button belongs to."),
+ P_("Group"),
+ P_("The radio tool button whose group this button belongs to."),
GTK_TYPE_RADIO_TOOL_BUTTON,
GTK_PARAM_WRITABLE));